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
3533 3534 3535 3536 3537 3538 3539 3540 3541 3542 3543 |
# File 'lib/aws-sdk-mgn/types.rb', line 3533 class ServiceQuotaExceededException < Struct.new( :code, :message, :quota_code, :quota_value, :resource_id, :resource_type, :service_code) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
3533 3534 3535 3536 3537 3538 3539 3540 3541 3542 3543 |
# File 'lib/aws-sdk-mgn/types.rb', line 3533 class ServiceQuotaExceededException < Struct.new( :code, :message, :quota_code, :quota_value, :resource_id, :resource_type, :service_code) SENSITIVE = [] include Aws::Structure end |
#quota_code ⇒ String
Exceeded the service quota code.
3533 3534 3535 3536 3537 3538 3539 3540 3541 3542 3543 |
# File 'lib/aws-sdk-mgn/types.rb', line 3533 class ServiceQuotaExceededException < Struct.new( :code, :message, :quota_code, :quota_value, :resource_id, :resource_type, :service_code) SENSITIVE = [] include Aws::Structure end |
#quota_value ⇒ Integer
Exceeded the service quota value.
3533 3534 3535 3536 3537 3538 3539 3540 3541 3542 3543 |
# File 'lib/aws-sdk-mgn/types.rb', line 3533 class ServiceQuotaExceededException < Struct.new( :code, :message, :quota_code, :quota_value, :resource_id, :resource_type, :service_code) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
Exceeded the service quota resource ID.
3533 3534 3535 3536 3537 3538 3539 3540 3541 3542 3543 |
# File 'lib/aws-sdk-mgn/types.rb', line 3533 class ServiceQuotaExceededException < Struct.new( :code, :message, :quota_code, :quota_value, :resource_id, :resource_type, :service_code) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
Exceeded the service quota resource type.
3533 3534 3535 3536 3537 3538 3539 3540 3541 3542 3543 |
# File 'lib/aws-sdk-mgn/types.rb', line 3533 class ServiceQuotaExceededException < Struct.new( :code, :message, :quota_code, :quota_value, :resource_id, :resource_type, :service_code) SENSITIVE = [] include Aws::Structure end |
#service_code ⇒ String
Exceeded the service quota service code.
3533 3534 3535 3536 3537 3538 3539 3540 3541 3542 3543 |
# File 'lib/aws-sdk-mgn/types.rb', line 3533 class ServiceQuotaExceededException < Struct.new( :code, :message, :quota_code, :quota_value, :resource_id, :resource_type, :service_code) SENSITIVE = [] include Aws::Structure end |