Class: Aws::KMS::Types::LimitExceededException

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

Overview

The request was rejected because a length constraint or quota was exceeded. For more information, see Quotas in the Key Management Service Developer Guide.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


4647
4648
4649
4650
4651
# File 'gems/aws-sdk-kms/lib/aws-sdk-kms/types.rb', line 4647

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