Class: Aws::Route53::Errors::NotAuthorizedException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Route53::Errors::NotAuthorizedException
- Defined in:
- lib/aws-sdk-route53/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ NotAuthorizedException
constructor
A new instance of NotAuthorizedException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ NotAuthorizedException
Returns a new instance of NotAuthorizedException.
896 897 898 |
# File 'lib/aws-sdk-route53/errors.rb', line 896 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
901 902 903 |
# File 'lib/aws-sdk-route53/errors.rb', line 901 def @message || @data[:message] end |