Class: Aws::DSQL::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::DSQL::Types::ServiceQuotaExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-dsql/types.rb
Overview
The service limit was exceeded.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The service exception for exceeding a quota.
-
#quota_code ⇒ String
The service exceeds a quota.
-
#resource_id ⇒ String
The resource ID exceeds a quota.
-
#resource_type ⇒ String
The resource type exceeds a quota.
-
#service_code ⇒ String
The request exceeds a service quota.
Instance Attribute Details
#message ⇒ String
The service exception for exceeding a quota.
637 638 639 640 641 642 643 644 645 |
# File 'lib/aws-sdk-dsql/types.rb', line 637 class ServiceQuotaExceededException < Struct.new( :message, :resource_id, :resource_type, :service_code, :quota_code) SENSITIVE = [] include Aws::Structure end |
#quota_code ⇒ String
The service exceeds a quota.
637 638 639 640 641 642 643 644 645 |
# File 'lib/aws-sdk-dsql/types.rb', line 637 class ServiceQuotaExceededException < Struct.new( :message, :resource_id, :resource_type, :service_code, :quota_code) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The resource ID exceeds a quota.
637 638 639 640 641 642 643 644 645 |
# File 'lib/aws-sdk-dsql/types.rb', line 637 class ServiceQuotaExceededException < Struct.new( :message, :resource_id, :resource_type, :service_code, :quota_code) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The resource type exceeds a quota.
637 638 639 640 641 642 643 644 645 |
# File 'lib/aws-sdk-dsql/types.rb', line 637 class ServiceQuotaExceededException < Struct.new( :message, :resource_id, :resource_type, :service_code, :quota_code) SENSITIVE = [] include Aws::Structure end |
#service_code ⇒ String
The request exceeds a service quota.
637 638 639 640 641 642 643 644 645 |
# File 'lib/aws-sdk-dsql/types.rb', line 637 class ServiceQuotaExceededException < Struct.new( :message, :resource_id, :resource_type, :service_code, :quota_code) SENSITIVE = [] include Aws::Structure end |