Class: Aws::ObservabilityAdmin::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ObservabilityAdmin::Types::ConflictException
- Defined in:
- gems/aws-sdk-observabilityadmin/lib/aws-sdk-observabilityadmin/types.rb
Overview
The requested operation conflicts with the current state of the specified resource or with another request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
47 48 49 50 51 |
# File 'gems/aws-sdk-observabilityadmin/lib/aws-sdk-observabilityadmin/types.rb', line 47 class ConflictException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |