Class: Aws::GuardDuty::Types::InternalServerErrorException
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::InternalServerErrorException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-guardduty/types.rb
Overview
An internal server error 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.
4415 4416 4417 4418 4419 4420 |
# File 'lib/aws-sdk-guardduty/types.rb', line 4415 class InternalServerErrorException < Struct.new( :message, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The error type.
4415 4416 4417 4418 4419 4420 |
# File 'lib/aws-sdk-guardduty/types.rb', line 4415 class InternalServerErrorException < Struct.new( :message, :type) SENSITIVE = [] include Aws::Structure end |