Class: Aws::Keyspaces::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Keyspaces::Types::ServiceQuotaExceededException
- Includes:
- Structure
- Defined in:
- 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*.
[1]: docs.aws.amazon.com/keyspaces/latest/devguide/quotas.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The requested operation would exceed the service quota for this resource.
Instance Attribute Details
#message ⇒ String
The requested operation would exceed the service quota for this resource. Review the service quotas and adjust your request accordingly.
1931 1932 1933 1934 1935 |
# File 'lib/aws-sdk-keyspaces/types.rb', line 1931 class ServiceQuotaExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |