Class: Aws::Route53RecoveryCluster::Types::ServiceLimitExceededException

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#limit_codeString

The code of the limit that was exceeded.

Returns:

  • (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

#messageString

Returns:

  • (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_idString

The resource identifier of the limit that was exceeded.

Returns:

  • (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_typeString

The resource type of the limit that was exceeded.

Returns:

  • (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

#service_codeString

The service code of the limit that was exceeded.

Returns:

  • (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