Class: Aws::S3Files::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Files::Types::ServiceQuotaExceededException
- Defined in:
- gems/aws-sdk-s3files/lib/aws-sdk-s3files/types.rb
Overview
The request would exceed a service quota. Review your service quotas and either delete resources or request a quota increase.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error_code ⇒ String
The error code associated with the exception.
-
#message ⇒ String
Instance Attribute Details
#error_code ⇒ String
The error code associated with the exception.
1367 1368 1369 1370 1371 1372 |
# File 'gems/aws-sdk-s3files/lib/aws-sdk-s3files/types.rb', line 1367 class ServiceQuotaExceededException < Struct.new( :error_code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
1367 1368 1369 1370 1371 1372 |
# File 'gems/aws-sdk-s3files/lib/aws-sdk-s3files/types.rb', line 1367 class ServiceQuotaExceededException < Struct.new( :error_code, :message) SENSITIVE = [] include Aws::Structure end |