Class: Aws::Shield::Errors::ResourceAlreadyExistsException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ResourceAlreadyExistsException.

Parameters:



240
241
242
# File 'lib/aws-sdk-shield/errors.rb', line 240

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

Instance Method Details

#messageString

Returns:

  • (String)


245
# File 'lib/aws-sdk-shield/errors.rb', line 245

def message: () -> ::String

#resource_typeString

Returns:

  • (String)


250
# File 'lib/aws-sdk-shield/errors.rb', line 250

def resource_type: () -> ::String