Class: Aws::CloudControlApi::Types::NotStabilizedException

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (String)


674
675
676
677
678
# File 'gems/aws-sdk-cloudcontrolapi/lib/aws-sdk-cloudcontrolapi/types.rb', line 674

class NotStabilizedException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end