Class: Aws::Shield::Errors::ResourceAlreadyExistsException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Shield::Errors::ResourceAlreadyExistsException
- Defined in:
- lib/aws-sdk-shield/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ResourceAlreadyExistsException
constructor
A new instance of ResourceAlreadyExistsException.
- #message ⇒ String
- #resource_type ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ResourceAlreadyExistsException
Returns a new instance of ResourceAlreadyExistsException.
240 241 242 |
# File 'lib/aws-sdk-shield/errors.rb', line 240 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
245 246 247 |
# File 'lib/aws-sdk-shield/errors.rb', line 245 def @message || @data[:message] end |
#resource_type ⇒ String
250 251 252 |
# File 'lib/aws-sdk-shield/errors.rb', line 250 def resource_type @data[:resource_type] end |