Class: Aws::ManagedBlockchainQuery::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedBlockchainQuery::Types::ServiceQuotaExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-managedblockchainquery/types.rb
Overview
The service quota has been exceeded for this resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The container for the exception message.
-
#quota_code ⇒ String
The container for the ‘quotaCode`.
-
#resource_id ⇒ String
The ‘resourceId` of the resource that caused the exception.
-
#resource_type ⇒ String
The ‘resourceType` of the resource that caused the exception.
-
#service_code ⇒ String
The container for the ‘serviceCode`.
Instance Attribute Details
#message ⇒ String
The container for the exception message.
769 770 771 772 773 774 775 776 777 |
# File 'lib/aws-sdk-managedblockchainquery/types.rb', line 769 class ServiceQuotaExceededException < Struct.new( :message, :resource_id, :resource_type, :service_code, :quota_code) SENSITIVE = [] include Aws::Structure end |
#quota_code ⇒ String
The container for the ‘quotaCode`.
769 770 771 772 773 774 775 776 777 |
# File 'lib/aws-sdk-managedblockchainquery/types.rb', line 769 class ServiceQuotaExceededException < Struct.new( :message, :resource_id, :resource_type, :service_code, :quota_code) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The ‘resourceId` of the resource that caused the exception.
769 770 771 772 773 774 775 776 777 |
# File 'lib/aws-sdk-managedblockchainquery/types.rb', line 769 class ServiceQuotaExceededException < Struct.new( :message, :resource_id, :resource_type, :service_code, :quota_code) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The ‘resourceType` of the resource that caused the exception.
769 770 771 772 773 774 775 776 777 |
# File 'lib/aws-sdk-managedblockchainquery/types.rb', line 769 class ServiceQuotaExceededException < Struct.new( :message, :resource_id, :resource_type, :service_code, :quota_code) SENSITIVE = [] include Aws::Structure end |
#service_code ⇒ String
The container for the ‘serviceCode`.
769 770 771 772 773 774 775 776 777 |
# File 'lib/aws-sdk-managedblockchainquery/types.rb', line 769 class ServiceQuotaExceededException < Struct.new( :message, :resource_id, :resource_type, :service_code, :quota_code) SENSITIVE = [] include Aws::Structure end |