Class: Aws::Lightsail::Errors::InvalidInputException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Lightsail::Errors::InvalidInputException
- Defined in:
- lib/aws-sdk-lightsail/errors.rb
Instance Method Summary collapse
- #code ⇒ String
- #docs ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InvalidInputException
constructor
A new instance of InvalidInputException.
- #message ⇒ String
- #tip ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InvalidInputException
Returns a new instance of InvalidInputException.
109 110 111 |
# File 'lib/aws-sdk-lightsail/errors.rb', line 109 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#code ⇒ String
114 115 116 |
# File 'lib/aws-sdk-lightsail/errors.rb', line 114 def code @code || @data[:code] end |
#docs ⇒ String
119 120 121 |
# File 'lib/aws-sdk-lightsail/errors.rb', line 119 def docs @data[:docs] end |
#message ⇒ String
124 125 126 |
# File 'lib/aws-sdk-lightsail/errors.rb', line 124 def @message || @data[:message] end |
#tip ⇒ String
129 130 131 |
# File 'lib/aws-sdk-lightsail/errors.rb', line 129 def tip @data[:tip] end |