Class: Aws::Pipes::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pipes::Types::ServiceQuotaExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pipes/types.rb
Overview
A quota has been exceeded.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#quota_code ⇒ String
The identifier of the quota that caused the exception.
-
#resource_id ⇒ String
The ID of the resource that caused the exception.
-
#resource_type ⇒ String
The type of resource that caused the exception.
-
#service_code ⇒ String
The identifier of the service that caused the exception.
Instance Attribute Details
#message ⇒ String
3003 3004 3005 3006 3007 3008 3009 3010 3011 |
# File 'lib/aws-sdk-pipes/types.rb', line 3003 class ServiceQuotaExceededException < Struct.new( :message, :resource_id, :resource_type, :service_code, :quota_code) SENSITIVE = [] include Aws::Structure end |
#quota_code ⇒ String
The identifier of the quota that caused the exception.
3003 3004 3005 3006 3007 3008 3009 3010 3011 |
# File 'lib/aws-sdk-pipes/types.rb', line 3003 class ServiceQuotaExceededException < Struct.new( :message, :resource_id, :resource_type, :service_code, :quota_code) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The ID of the resource that caused the exception.
3003 3004 3005 3006 3007 3008 3009 3010 3011 |
# File 'lib/aws-sdk-pipes/types.rb', line 3003 class ServiceQuotaExceededException < Struct.new( :message, :resource_id, :resource_type, :service_code, :quota_code) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The type of resource that caused the exception.
3003 3004 3005 3006 3007 3008 3009 3010 3011 |
# File 'lib/aws-sdk-pipes/types.rb', line 3003 class ServiceQuotaExceededException < Struct.new( :message, :resource_id, :resource_type, :service_code, :quota_code) SENSITIVE = [] include Aws::Structure end |
#service_code ⇒ String
The identifier of the service that caused the exception.
3003 3004 3005 3006 3007 3008 3009 3010 3011 |
# File 'lib/aws-sdk-pipes/types.rb', line 3003 class ServiceQuotaExceededException < Struct.new( :message, :resource_id, :resource_type, :service_code, :quota_code) SENSITIVE = [] include Aws::Structure end |