Class: Aws::Macie::Types::InternalException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie::Types::InternalException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-macie/types.rb
Overview
(Discontinued) Internal server error.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error_code ⇒ String
Error code for the exception.
- #message ⇒ String
Instance Attribute Details
#error_code ⇒ String
Error code for the exception
210 211 212 213 214 215 |
# File 'lib/aws-sdk-macie/types.rb', line 210 class InternalException < Struct.new( :error_code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
210 211 212 213 214 215 |
# File 'lib/aws-sdk-macie/types.rb', line 210 class InternalException < Struct.new( :error_code, :message) SENSITIVE = [] include Aws::Structure end |