Class: Aws::Lightsail::Errors::AccessDeniedException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Lightsail::Errors::AccessDeniedException
- Defined in:
- gems/aws-sdk-lightsail/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.
50 51 52 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/errors.rb', line 50 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#code ⇒ String
55 56 57 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/errors.rb', line 55 def code @code || @data[:code] end |
#docs ⇒ String
60 61 62 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/errors.rb', line 60 def docs @data[:docs] end |
#message ⇒ String
65 66 67 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/errors.rb', line 65 def @message || @data[:message] end |
#tip ⇒ String
70 71 72 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/errors.rb', line 70 def tip @data[:tip] end |