Class: Aws::Keyspaces::Types::ServiceQuotaExceededException

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

Overview

The operation exceeded the service quota for this resource. For more information on service quotas, see Quotas in the Amazon Keyspaces Developer Guide.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Description of the error.

Returns:

  • (String)


1793
1794
1795
1796
1797
# File 'gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb', line 1793

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