Class: Aws::Route53Profiles::Errors::InternalServiceErrorException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Route53Profiles::Errors::InternalServiceErrorException
- Defined in:
- gems/aws-sdk-route53profiles/lib/aws-sdk-route53profiles/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InternalServiceErrorException
constructor
A new instance of InternalServiceErrorException.
-
#message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InternalServiceErrorException
Returns a new instance of InternalServiceErrorException.
82 83 84 |
# File 'gems/aws-sdk-route53profiles/lib/aws-sdk-route53profiles/errors.rb', line 82 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
87 88 89 |
# File 'gems/aws-sdk-route53profiles/lib/aws-sdk-route53profiles/errors.rb', line 87 def @message || @data[:message] end |