Class: Aws::CloudControlApi::Types::NotStabilizedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudControlApi::Types::NotStabilizedException
- Includes:
- Structure
- Defined in:
- 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
674 675 676 677 678 |
# File 'lib/aws-sdk-cloudcontrolapi/types.rb', line 674 class NotStabilizedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |