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.
7540 7541 7542 7543 7544 7545 |
# File 'lib/aws-sdk-guardduty/types.rb', line 7540 class InternalServerErrorException < Struct.new( :message, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The error type.
7540 7541 7542 7543 7544 7545 |
# File 'lib/aws-sdk-guardduty/types.rb', line 7540 class InternalServerErrorException < Struct.new( :message, :type) SENSITIVE = [] include Aws::Structure end |