Class: Aws::Proton::Types::InternalServerException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Proton::Types::InternalServerException
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-proton/types.rb
 
Overview
The request failed to register with the service.
Constant Summary collapse
- SENSITIVE =
 [:message]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
      3295 3296 3297 3298 3299  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 3295 class InternalServerException < Struct.new( :message) SENSITIVE = [:message] include Aws::Structure end  |