Class: Aws::OpsWorksCM::Types::InvalidStateException
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpsWorksCM::Types::InvalidStateException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opsworkscm/types.rb
Overview
The resource is in a state that does not allow you to perform a specified action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
Error or informational message that provides more detail if a resource is in a state that is not valid for performing a specified action.
Instance Attribute Details
#message ⇒ String
Error or informational message that provides more detail if a resource is in a state that is not valid for performing a specified action.
990 991 992 993 994 |
# File 'lib/aws-sdk-opsworkscm/types.rb', line 990 class InvalidStateException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |