Class: Aws::Greengrass::Errors::BadRequestException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Greengrass::Errors::BadRequestException
- Defined in:
- lib/aws-sdk-greengrass/errors.rb
Instance Method Summary collapse
- #error_details ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ BadRequestException
constructor
A new instance of BadRequestException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ BadRequestException
Returns a new instance of BadRequestException.
44 45 46 |
# File 'lib/aws-sdk-greengrass/errors.rb', line 44 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#error_details ⇒ String
49 50 51 |
# File 'lib/aws-sdk-greengrass/errors.rb', line 49 def error_details @data[:error_details] end |
#message ⇒ String
54 55 56 |
# File 'lib/aws-sdk-greengrass/errors.rb', line 54 def @message || @data[:message] end |