Class: Aws::CloudControlApi::Types::NotStabilizedException
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::CloudControlApi::Types::NotStabilizedException
 
- Defined in:
- gems/aws-sdk-cloudcontrolapi/lib/aws-sdk-cloudcontrolapi/types.rb
Overview
The resource handler has returned that the downstream resource failed to complete all of its ready-state checks.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
| 759 760 761 762 763 | # File 'gems/aws-sdk-cloudcontrolapi/lib/aws-sdk-cloudcontrolapi/types.rb', line 759 class NotStabilizedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |