Class: Aws::Mgn::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Mgn::Types::ServiceQuotaExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mgn/types.rb
Overview
The request could not be completed because its exceeded the service quota.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #code ⇒ String
- #message ⇒ String
-
#quota_code ⇒ String
Exceeded the service quota code.
-
#quota_value ⇒ Integer
Exceeded the service quota value.
-
#resource_id ⇒ String
Exceeded the service quota resource ID.
-
#resource_type ⇒ String
Exceeded the service quota resource type.
-
#service_code ⇒ String
Exceeded the service quota service code.
Instance Attribute Details
#code ⇒ String
5642 5643 5644 5645 5646 5647 5648 5649 5650 5651 5652 |
# File 'lib/aws-sdk-mgn/types.rb', line 5642 class ServiceQuotaExceededException < Struct.new( :message, :code, :resource_id, :resource_type, :service_code, :quota_code, :quota_value) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
5642 5643 5644 5645 5646 5647 5648 5649 5650 5651 5652 |
# File 'lib/aws-sdk-mgn/types.rb', line 5642 class ServiceQuotaExceededException < Struct.new( :message, :code, :resource_id, :resource_type, :service_code, :quota_code, :quota_value) SENSITIVE = [] include Aws::Structure end |
#quota_code ⇒ String
Exceeded the service quota code.
5642 5643 5644 5645 5646 5647 5648 5649 5650 5651 5652 |
# File 'lib/aws-sdk-mgn/types.rb', line 5642 class ServiceQuotaExceededException < Struct.new( :message, :code, :resource_id, :resource_type, :service_code, :quota_code, :quota_value) SENSITIVE = [] include Aws::Structure end |
#quota_value ⇒ Integer
Exceeded the service quota value.
5642 5643 5644 5645 5646 5647 5648 5649 5650 5651 5652 |
# File 'lib/aws-sdk-mgn/types.rb', line 5642 class ServiceQuotaExceededException < Struct.new( :message, :code, :resource_id, :resource_type, :service_code, :quota_code, :quota_value) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
Exceeded the service quota resource ID.
5642 5643 5644 5645 5646 5647 5648 5649 5650 5651 5652 |
# File 'lib/aws-sdk-mgn/types.rb', line 5642 class ServiceQuotaExceededException < Struct.new( :message, :code, :resource_id, :resource_type, :service_code, :quota_code, :quota_value) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
Exceeded the service quota resource type.
5642 5643 5644 5645 5646 5647 5648 5649 5650 5651 5652 |
# File 'lib/aws-sdk-mgn/types.rb', line 5642 class ServiceQuotaExceededException < Struct.new( :message, :code, :resource_id, :resource_type, :service_code, :quota_code, :quota_value) SENSITIVE = [] include Aws::Structure end |
#service_code ⇒ String
Exceeded the service quota service code.
5642 5643 5644 5645 5646 5647 5648 5649 5650 5651 5652 |
# File 'lib/aws-sdk-mgn/types.rb', line 5642 class ServiceQuotaExceededException < Struct.new( :message, :code, :resource_id, :resource_type, :service_code, :quota_code, :quota_value) SENSITIVE = [] include Aws::Structure end |