Class: Aws::ObservabilityAdmin::Types::InvalidStateException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-observabilityadmin/lib/aws-sdk-observabilityadmin/types.rb

Overview

The requested operation cannot be completed on the specified resource in the current state.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1134
1135
1136
1137
1138
# File 'gems/aws-sdk-observabilityadmin/lib/aws-sdk-observabilityadmin/types.rb', line 1134

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