package ec2query
import "github.com/aws/aws-sdk-go-v2/aws/protocol/ec2query"
Index ¶
Types ¶
type ErrorComponents ¶
type ErrorComponents struct { Code string `xml:"Errors>Error>Code"` Message string `xml:"Errors>Error>Message"` RequestID string `xml:"RequestID"` }
ErrorComponents represents the error response fields that will be deserialized from a ec2query error response body
func GetErrorResponseComponents ¶
func GetErrorResponseComponents(r io.Reader) (ErrorComponents, error)
GetErrorResponseComponents returns the error components from a ec2query error response body
Source Files ¶
- Version
- v0.28.0
- Published
- Oct 26, 2020
- Platform
- linux/amd64
- Imports
- 3 packages
- Last checked
- 2 minutes ago –
Tools for package owners.