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.
110 111 112 |
# File 'lib/aws-sdk-lightsail/errors.rb', line 110 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#code ⇒ String
115 116 117 |
# File 'lib/aws-sdk-lightsail/errors.rb', line 115 def code @code || @data[:code] end |
#docs ⇒ String
120 121 122 |
# File 'lib/aws-sdk-lightsail/errors.rb', line 120 def docs @data[:docs] end |
#message ⇒ String
125 126 127 |
# File 'lib/aws-sdk-lightsail/errors.rb', line 125 def @message || @data[:message] end |
#tip ⇒ String
130 131 132 |
# File 'lib/aws-sdk-lightsail/errors.rb', line 130 def tip @data[:tip] end |