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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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*.

[1]: docs.aws.amazon.com/kms/latest/developerguide/limits.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString



4653
4654
4655
4656
4657
# File 'lib/aws-sdk-kms/types.rb', line 4653

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