Class: Aws::Macie2::Types::InternalServerException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Macie2::Types::InternalServerException
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-macie2/types.rb
 
Overview
Provides information about an error that occurred due to an unknown internal server error, exception, or failure.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
      3647 3648 3649 3650 3651  | 
    
      # File 'lib/aws-sdk-macie2/types.rb', line 3647 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |