Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
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
Click to show internal directories.
Click to hide internal directories.