Class: Aws::Support::Types::DescribeAttachmentLimitExceeded

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-support/lib/aws-sdk-support/types.rb

Overview

The limit for the number of DescribeAttachment requests in a short period of time has been exceeded.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The limit for the number of DescribeAttachment requests in a short period of time has been exceeded.

Returns:

  • (String)


667
668
669
670
671
# File 'gems/aws-sdk-support/lib/aws-sdk-support/types.rb', line 667

class DescribeAttachmentLimitExceeded < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end