Class: Aws::Route53Resolver::Errors::ResourceExistsException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Route53Resolver::Errors::ResourceExistsException
- Defined in:
- lib/aws-sdk-route53resolver/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ResourceExistsException
constructor
A new instance of ResourceExistsException.
- #message ⇒ String
- #resource_type ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ResourceExistsException
Returns a new instance of ResourceExistsException.
204 205 206 |
# File 'lib/aws-sdk-route53resolver/errors.rb', line 204 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
209 210 211 |
# File 'lib/aws-sdk-route53resolver/errors.rb', line 209 def @message || @data[:message] end |
#resource_type ⇒ String
214 215 216 |
# File 'lib/aws-sdk-route53resolver/errors.rb', line 214 def resource_type @data[:resource_type] end |