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.
527 528 529 530 531 532 |
# File 'lib/aws-sdk-guardduty/types.rb', line 527 class BadRequestException < Struct.new( :message, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The error type.
527 528 529 530 531 532 |
# File 'lib/aws-sdk-guardduty/types.rb', line 527 class BadRequestException < Struct.new( :message, :type) SENSITIVE = [] include Aws::Structure end |