Class: Aws::Route53Profiles::Errors::ResourceExistsException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Route53Profiles::Errors::ResourceExistsException
- Defined in:
- gems/aws-sdk-route53profiles/lib/aws-sdk-route53profiles/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.
152 153 154 |
# File 'gems/aws-sdk-route53profiles/lib/aws-sdk-route53profiles/errors.rb', line 152 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
157 158 159 |
# File 'gems/aws-sdk-route53profiles/lib/aws-sdk-route53profiles/errors.rb', line 157 def @message || @data[:message] end |
#resource_type ⇒ String
162 163 164 |
# File 'gems/aws-sdk-route53profiles/lib/aws-sdk-route53profiles/errors.rb', line 162 def resource_type @data[:resource_type] end |