Class: Aws::GuardDuty::Types::BadRequestException
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::BadRequestException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-guardduty/types.rb
Overview
A bad request exception object.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The error message.
-
#type ⇒ String
The error type.
Instance Attribute Details
#message ⇒ String
The error message.
541 542 543 544 545 546 |
# File 'lib/aws-sdk-guardduty/types.rb', line 541 class BadRequestException < Struct.new( :message, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The error type.
541 542 543 544 545 546 |
# File 'lib/aws-sdk-guardduty/types.rb', line 541 class BadRequestException < Struct.new( :message, :type) SENSITIVE = [] include Aws::Structure end |