Class: Aws::CloudControlApi::Types::HandlerFailureException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CloudControlApi::Types::HandlerFailureException
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-cloudcontrolapi/types.rb
 
Overview
The resource handler has failed without a returning a more specific error code. This can include timeouts.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
      463 464 465 466 467  | 
    
      # File 'lib/aws-sdk-cloudcontrolapi/types.rb', line 463 class HandlerFailureException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |