Class: Aws::AppFabric::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppFabric::Types::ServiceQuotaExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appfabric/types.rb
Overview
The request exceeds a service quota.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#quota_code ⇒ String
The code for the quota exceeded.
-
#resource_id ⇒ String
The resource ID.
-
#resource_type ⇒ String
The resource type.
-
#service_code ⇒ String
The code of the service.
Instance Attribute Details
#message ⇒ String
1527 1528 1529 1530 1531 1532 1533 1534 1535 |
# File 'lib/aws-sdk-appfabric/types.rb', line 1527 class ServiceQuotaExceededException < Struct.new( :message, :resource_id, :resource_type, :service_code, :quota_code) SENSITIVE = [] include Aws::Structure end |
#quota_code ⇒ String
The code for the quota exceeded.
1527 1528 1529 1530 1531 1532 1533 1534 1535 |
# File 'lib/aws-sdk-appfabric/types.rb', line 1527 class ServiceQuotaExceededException < Struct.new( :message, :resource_id, :resource_type, :service_code, :quota_code) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The resource ID.
1527 1528 1529 1530 1531 1532 1533 1534 1535 |
# File 'lib/aws-sdk-appfabric/types.rb', line 1527 class ServiceQuotaExceededException < Struct.new( :message, :resource_id, :resource_type, :service_code, :quota_code) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The resource type.
1527 1528 1529 1530 1531 1532 1533 1534 1535 |
# File 'lib/aws-sdk-appfabric/types.rb', line 1527 class ServiceQuotaExceededException < Struct.new( :message, :resource_id, :resource_type, :service_code, :quota_code) SENSITIVE = [] include Aws::Structure end |
#service_code ⇒ String
The code of the service.
1527 1528 1529 1530 1531 1532 1533 1534 1535 |
# File 'lib/aws-sdk-appfabric/types.rb', line 1527 class ServiceQuotaExceededException < Struct.new( :message, :resource_id, :resource_type, :service_code, :quota_code) SENSITIVE = [] include Aws::Structure end |