Class: Aws::Lightsail::Errors::AccessDeniedException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Lightsail::Errors::AccessDeniedException
- Defined in:
- lib/aws-sdk-lightsail/errors.rb
Instance Method Summary collapse
- #code ⇒ String
- #docs ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ AccessDeniedException
constructor
A new instance of AccessDeniedException.
- #message ⇒ String
- #tip ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ AccessDeniedException
Returns a new instance of AccessDeniedException.
49 50 51 |
# File 'lib/aws-sdk-lightsail/errors.rb', line 49 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#code ⇒ String
54 55 56 |
# File 'lib/aws-sdk-lightsail/errors.rb', line 54 def code @code || @data[:code] end |
#docs ⇒ String
59 60 61 |
# File 'lib/aws-sdk-lightsail/errors.rb', line 59 def docs @data[:docs] end |
#message ⇒ String
64 65 66 |
# File 'lib/aws-sdk-lightsail/errors.rb', line 64 def @message || @data[:message] end |
#tip ⇒ String
69 70 71 |
# File 'lib/aws-sdk-lightsail/errors.rb', line 69 def tip @data[:tip] end |