Class: Aws::Lightsail::Errors::AccessDeniedException

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

Instance Method Summary collapse

Constructor Details

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



50
51
52
# File 'lib/aws-sdk-lightsail/errors.rb', line 50

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

Instance Method Details

#codeString



55
56
57
# File 'lib/aws-sdk-lightsail/errors.rb', line 55

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

#docsString



60
61
62
# File 'lib/aws-sdk-lightsail/errors.rb', line 60

def docs
  @data[:docs]
end

#messageString



65
66
67
# File 'lib/aws-sdk-lightsail/errors.rb', line 65

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

#tipString



70
71
72
# File 'lib/aws-sdk-lightsail/errors.rb', line 70

def tip
  @data[:tip]
end