Class: Aws::Route53::Errors::NotAuthorizedException

Inherits:
ServiceError
  • Object
show all
Defined in:
lib/aws-sdk-route53/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ NotAuthorizedException

Returns a new instance of NotAuthorizedException.

Parameters:



896
897
898
# File 'lib/aws-sdk-route53/errors.rb', line 896

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end

Instance Method Details

#messageString

Returns:

  • (String)


901
902
903
# File 'lib/aws-sdk-route53/errors.rb', line 901

def message
  @message || @data[:message]
end