Class: Aws::OpsWorksCM::Types::InvalidStateException

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

Instance Attribute Details

#messageString

Error or informational message that provides more detail if a resource is in a state that is not valid for performing a specified action.

Returns:

  • (String)


990
991
992
993
994
# File 'lib/aws-sdk-opsworkscm/types.rb', line 990

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