Class: Aws::RecycleBin::Types::InternalServerException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::RecycleBin::Types::InternalServerException
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-recyclebin/types.rb
 
Overview
The service could not respond to the request due to an internal problem.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
      306 307 308 309 310  | 
    
      # File 'lib/aws-sdk-recyclebin/types.rb', line 306 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |