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
- v1.38.0
- Published
- Aug 11, 2025
- Platform
- js/wasm
- Imports
- 3 packages
- Last checked
- 6 minutes ago –
Tools for package owners.