Class: Aws::Lightsail::Errors::InvalidInputException

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) ⇒ InvalidInputException



109
110
111
# File 'lib/aws-sdk-lightsail/errors.rb', line 109

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

Instance Method Details

#codeString



114
115
116
# File 'lib/aws-sdk-lightsail/errors.rb', line 114

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

#docsString



119
120
121
# File 'lib/aws-sdk-lightsail/errors.rb', line 119

def docs
  @data[:docs]
end

#messageString



124
125
126
# File 'lib/aws-sdk-lightsail/errors.rb', line 124

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

#tipString



129
130
131
# File 'lib/aws-sdk-lightsail/errors.rb', line 129

def tip
  @data[:tip]
end