Class: Aws::B2bi::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::B2bi::Types::ServiceQuotaExceededException
- Defined in:
- gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb
Overview
Occurs when the calling command attempts to exceed one of the service quotas, for example trying to create a capability when you already have the maximum number of capabilities allowed.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
-
#quota_code ⇒ String
The quota that was exceeded, which caused the exception.
-
#resource_id ⇒ String
The ID for the resource that exceeded the quota, which caused the exception.
-
#resource_type ⇒ String
The resource type (profile, partnership, transformer, or capability) that exceeded the quota, which caused the exception.
-
#service_code ⇒ String
The code responsible for exceeding the quota, which caused the exception.
Instance Attribute Details
#message ⇒ String
1794 1795 1796 1797 1798 1799 1800 1801 1802 |
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1794 class ServiceQuotaExceededException < Struct.new( :message, :resource_id, :resource_type, :service_code, :quota_code) SENSITIVE = [] include Aws::Structure end |
#quota_code ⇒ String
The quota that was exceeded, which caused the exception.
1794 1795 1796 1797 1798 1799 1800 1801 1802 |
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1794 class ServiceQuotaExceededException < Struct.new( :message, :resource_id, :resource_type, :service_code, :quota_code) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The ID for the resource that exceeded the quota, which caused the exception.
1794 1795 1796 1797 1798 1799 1800 1801 1802 |
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1794 class ServiceQuotaExceededException < Struct.new( :message, :resource_id, :resource_type, :service_code, :quota_code) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The resource type (profile, partnership, transformer, or capability) that exceeded the quota, which caused the exception.
1794 1795 1796 1797 1798 1799 1800 1801 1802 |
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1794 class ServiceQuotaExceededException < Struct.new( :message, :resource_id, :resource_type, :service_code, :quota_code) SENSITIVE = [] include Aws::Structure end |
#service_code ⇒ String
The code responsible for exceeding the quota, which caused the exception.
1794 1795 1796 1797 1798 1799 1800 1801 1802 |
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1794 class ServiceQuotaExceededException < Struct.new( :message, :resource_id, :resource_type, :service_code, :quota_code) SENSITIVE = [] include Aws::Structure end |