Class: Aws::GuardDuty::Errors::BadRequestException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::GuardDuty::Errors::BadRequestException
- Defined in:
- lib/aws-sdk-guardduty/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ BadRequestException
constructor
A new instance of BadRequestException.
- #message ⇒ String
- #type ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ BadRequestException
Returns a new instance of BadRequestException.
67 68 69 |
# File 'lib/aws-sdk-guardduty/errors.rb', line 67 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
72 73 74 |
# File 'lib/aws-sdk-guardduty/errors.rb', line 72 def @message || @data[:message] end |
#type ⇒ String
77 78 79 |
# File 'lib/aws-sdk-guardduty/errors.rb', line 77 def type @data[:type] end |