Documentation ¶
Index ¶
- type ConflictException
- type InternalServiceFault
- type InvalidParameterException
- type ListAttachedLinksItem
- type ListLinksItem
- type ListSinksItem
- type MissingRequiredParameterException
- type ResourceNotFoundException
- type ResourceType
- type ServiceQuotaExceededException
- type TooManyTagsException
- type ValidationException
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConflictException ¶
type ConflictException struct { Message *string ErrorCodeOverride *string AmznErrorType *string // contains filtered or unexported fields }
A resource was in an inconsistent state during an update or a deletion.
func (*ConflictException) Error ¶
func (e *ConflictException) Error() string
func (*ConflictException) ErrorCode ¶
func (e *ConflictException) ErrorCode() string
func (*ConflictException) ErrorFault ¶
func (e *ConflictException) ErrorFault() smithy.ErrorFault
func (*ConflictException) ErrorMessage ¶
func (e *ConflictException) ErrorMessage() string
type InternalServiceFault ¶
type InternalServiceFault struct { Message *string ErrorCodeOverride *string AmznErrorType *string // contains filtered or unexported fields }
Unexpected error while processing the request. Retry the request.
func (*InternalServiceFault) Error ¶
func (e *InternalServiceFault) Error() string
func (*InternalServiceFault) ErrorCode ¶
func (e *InternalServiceFault) ErrorCode() string
func (*InternalServiceFault) ErrorFault ¶
func (e *InternalServiceFault) ErrorFault() smithy.ErrorFault
func (*InternalServiceFault) ErrorMessage ¶
func (e *InternalServiceFault) ErrorMessage() string
type InvalidParameterException ¶
type InvalidParameterException struct { Message *string ErrorCodeOverride *string AmznErrorType *string // contains filtered or unexported fields }
A parameter is specified incorrectly.
func (*InvalidParameterException) Error ¶
func (e *InvalidParameterException) Error() string
func (*InvalidParameterException) ErrorCode ¶
func (e *InvalidParameterException) ErrorCode() string
func (*InvalidParameterException) ErrorFault ¶
func (e *InvalidParameterException) ErrorFault() smithy.ErrorFault
func (*InvalidParameterException) ErrorMessage ¶
func (e *InvalidParameterException) ErrorMessage() string
type ListAttachedLinksItem ¶
type ListAttachedLinksItem struct { // The label that was assigned to this link at creation, with the variables // resolved to their actual values. Label *string // The ARN of the link. LinkArn *string // The resource types supported by this link. ResourceTypes []string // contains filtered or unexported fields }
A structure that contains information about one link attached to this monitoring account sink.
type ListLinksItem ¶
type ListLinksItem struct { // The ARN of the link. Arn *string // The random ID string that Amazon Web Services generated as part of the link ARN. Id *string // The label that was assigned to this link at creation, with the variables // resolved to their actual values. Label *string // The resource types supported by this link. ResourceTypes []string // The ARN of the sink that this link is attached to. SinkArn *string // contains filtered or unexported fields }
A structure that contains information about one of this source account's links to a monitoring account.
type ListSinksItem ¶
type ListSinksItem struct { // The ARN of the sink. Arn *string // The random ID string that Amazon Web Services generated as part of the sink ARN. Id *string // The name of the sink. Name *string // contains filtered or unexported fields }
A structure that contains information about one of this monitoring account's sinks.
type MissingRequiredParameterException ¶
type MissingRequiredParameterException struct { Message *string ErrorCodeOverride *string AmznErrorType *string // contains filtered or unexported fields }
A required parameter is missing from the request.
func (*MissingRequiredParameterException) Error ¶
func (e *MissingRequiredParameterException) Error() string
func (*MissingRequiredParameterException) ErrorCode ¶
func (e *MissingRequiredParameterException) ErrorCode() string
func (*MissingRequiredParameterException) ErrorFault ¶
func (e *MissingRequiredParameterException) ErrorFault() smithy.ErrorFault
func (*MissingRequiredParameterException) ErrorMessage ¶
func (e *MissingRequiredParameterException) ErrorMessage() string
type ResourceNotFoundException ¶
type ResourceNotFoundException struct { Message *string ErrorCodeOverride *string AmznErrorType *string // contains filtered or unexported fields }
The request references a resource that does not exist.
func (*ResourceNotFoundException) Error ¶
func (e *ResourceNotFoundException) Error() string
func (*ResourceNotFoundException) ErrorCode ¶
func (e *ResourceNotFoundException) ErrorCode() string
func (*ResourceNotFoundException) ErrorFault ¶
func (e *ResourceNotFoundException) ErrorFault() smithy.ErrorFault
func (*ResourceNotFoundException) ErrorMessage ¶
func (e *ResourceNotFoundException) ErrorMessage() string
type ResourceType ¶
type ResourceType string
const ( ResourceTypeAwsCloudwatchMetric ResourceType = "AWS::CloudWatch::Metric" ResourceTypeAwsLogsLoggroup ResourceType = "AWS::Logs::LogGroup" ResourceTypeAwsXrayTrace ResourceType = "AWS::XRay::Trace" ResourceTypeAwsApplicationinsightsApplication ResourceType = "AWS::ApplicationInsights::Application" )
Enum values for ResourceType
func (ResourceType) Values ¶
func (ResourceType) Values() []ResourceType
Values returns all known values for ResourceType. Note that this can be expanded in the future, and so it is only as up to date as the client. The ordering of this slice is not guaranteed to be stable across updates.
type ServiceQuotaExceededException ¶
type ServiceQuotaExceededException struct { Message *string ErrorCodeOverride *string AmznErrorType *string // contains filtered or unexported fields }
The request would cause a service quota to be exceeded.
func (*ServiceQuotaExceededException) Error ¶
func (e *ServiceQuotaExceededException) Error() string
func (*ServiceQuotaExceededException) ErrorCode ¶
func (e *ServiceQuotaExceededException) ErrorCode() string
func (*ServiceQuotaExceededException) ErrorFault ¶
func (e *ServiceQuotaExceededException) ErrorFault() smithy.ErrorFault
func (*ServiceQuotaExceededException) ErrorMessage ¶
func (e *ServiceQuotaExceededException) ErrorMessage() string
type TooManyTagsException ¶
type TooManyTagsException struct { Message *string ErrorCodeOverride *string // contains filtered or unexported fields }
A resource can have no more than 50 tags.
func (*TooManyTagsException) Error ¶
func (e *TooManyTagsException) Error() string
func (*TooManyTagsException) ErrorCode ¶
func (e *TooManyTagsException) ErrorCode() string
func (*TooManyTagsException) ErrorFault ¶
func (e *TooManyTagsException) ErrorFault() smithy.ErrorFault
func (*TooManyTagsException) ErrorMessage ¶
func (e *TooManyTagsException) ErrorMessage() string
type ValidationException ¶
type ValidationException struct { Message *string ErrorCodeOverride *string // contains filtered or unexported fields }
The value of a parameter in the request caused an error.
func (*ValidationException) Error ¶
func (e *ValidationException) Error() string
func (*ValidationException) ErrorCode ¶
func (e *ValidationException) ErrorCode() string
func (*ValidationException) ErrorFault ¶
func (e *ValidationException) ErrorFault() smithy.ErrorFault
func (*ValidationException) ErrorMessage ¶
func (e *ValidationException) ErrorMessage() string