Class: Aws::SMS::Types::InternalError
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SMS::Types::InternalError
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sms/types.rb
 
Overview
An internal error occurred.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
      928 929 930 931 932  | 
    
      # File 'lib/aws-sdk-sms/types.rb', line 928 class InternalError < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |