Class: Aws::Route53RecoveryCluster::Types::ServiceLimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53RecoveryCluster::Types::ServiceLimitExceededException
- Defined in:
- gems/aws-sdk-route53recoverycluster/lib/aws-sdk-route53recoverycluster/types.rb
Overview
The request can't update that many routing control states at the same time. Try again with fewer routing control states.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#limit_code ⇒ String
The code of the limit that was exceeded.
-
#message ⇒ String
-
#resource_id ⇒ String
The resource identifier of the limit that was exceeded.
-
#resource_type ⇒ String
The resource type of the limit that was exceeded.
-
#service_code ⇒ String
The service code of the limit that was exceeded.
Instance Attribute Details
#limit_code ⇒ String
The code of the limit that was exceeded.
253 254 255 256 257 258 259 260 261 |
# File 'gems/aws-sdk-route53recoverycluster/lib/aws-sdk-route53recoverycluster/types.rb', line 253 class ServiceLimitExceededException < Struct.new( :message, :resource_id, :resource_type, :limit_code, :service_code) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
253 254 255 256 257 258 259 260 261 |
# File 'gems/aws-sdk-route53recoverycluster/lib/aws-sdk-route53recoverycluster/types.rb', line 253 class ServiceLimitExceededException < Struct.new( :message, :resource_id, :resource_type, :limit_code, :service_code) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The resource identifier of the limit that was exceeded.
253 254 255 256 257 258 259 260 261 |
# File 'gems/aws-sdk-route53recoverycluster/lib/aws-sdk-route53recoverycluster/types.rb', line 253 class ServiceLimitExceededException < Struct.new( :message, :resource_id, :resource_type, :limit_code, :service_code) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The resource type of the limit that was exceeded.
253 254 255 256 257 258 259 260 261 |
# File 'gems/aws-sdk-route53recoverycluster/lib/aws-sdk-route53recoverycluster/types.rb', line 253 class ServiceLimitExceededException < Struct.new( :message, :resource_id, :resource_type, :limit_code, :service_code) SENSITIVE = [] include Aws::Structure end |
#service_code ⇒ String
The service code of the limit that was exceeded.
253 254 255 256 257 258 259 260 261 |
# File 'gems/aws-sdk-route53recoverycluster/lib/aws-sdk-route53recoverycluster/types.rb', line 253 class ServiceLimitExceededException < Struct.new( :message, :resource_id, :resource_type, :limit_code, :service_code) SENSITIVE = [] include Aws::Structure end |