Class: Aws::Route53RecoveryCluster::Errors::ServiceLimitExceededException

Inherits:
ServiceError
  • Object
show all
Defined in:
sig/errors.rbs,
lib/aws-sdk-route53recoverycluster/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ServiceLimitExceededException

Returns a new instance of ServiceLimitExceededException.

Parameters:



150
151
152
# File 'lib/aws-sdk-route53recoverycluster/errors.rb', line 150

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end

Instance Method Details

#limit_codeString

Returns:

  • (String)


170
# File 'lib/aws-sdk-route53recoverycluster/errors.rb', line 170

def limit_code: () -> ::String

#messageString

Returns:

  • (String)


155
# File 'lib/aws-sdk-route53recoverycluster/errors.rb', line 155

def message: () -> ::String

#resource_idString

Returns:

  • (String)


160
# File 'lib/aws-sdk-route53recoverycluster/errors.rb', line 160

def resource_id: () -> ::String

#resource_typeString

Returns:

  • (String)


165
# File 'lib/aws-sdk-route53recoverycluster/errors.rb', line 165

def resource_type: () -> ::String

#service_codeString

Returns:

  • (String)


175
# File 'lib/aws-sdk-route53recoverycluster/errors.rb', line 175

def service_code: () -> ::String