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)


1126
1127
1128
1129
1130
# File 'gems/aws-sdk-observabilityadmin/lib/aws-sdk-observabilityadmin/types.rb', line 1126

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