Class: Aws::CognitoIdentityProvider::Types::ServiceQuotaExceededException

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

Overview

The request exceeded your account's service quota. To increase your limit, use or submit a Service Quotas increase request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


10610
10611
10612
10613
10614
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 10610

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