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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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



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

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