Class: Aws::IdentityStore::Errors::ServiceQuotaExceededException

Inherits:
ServiceError
  • Object
show all
Defined in:
gems/aws-sdk-identitystore/lib/aws-sdk-identitystore/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ServiceQuotaExceededException

Returns a new instance of ServiceQuotaExceededException.

Parameters:



153
154
155
# File 'gems/aws-sdk-identitystore/lib/aws-sdk-identitystore/errors.rb', line 153

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end

Instance Method Details

#messageString

Returns:

  • (String)


158
159
160
# File 'gems/aws-sdk-identitystore/lib/aws-sdk-identitystore/errors.rb', line 158

def message
  @message || @data[:message]
end

#request_idString

Returns:

  • (String)


163
164
165
# File 'gems/aws-sdk-identitystore/lib/aws-sdk-identitystore/errors.rb', line 163

def request_id
  @data[:request_id]
end