Class: Aws::CognitoIdentity::Types::LimitExceededException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cognitoidentity/types.rb

Overview

Thrown when the total number of user pools has exceeded a preset limit.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The message returned by a LimitExceededException.

Returns:

  • (String)


760
761
762
763
764
# File 'lib/aws-sdk-cognitoidentity/types.rb', line 760

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