Class: Aws::CloudControlApi::Types::ResourceConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudControlApi::Types::ResourceConflictException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudcontrolapi/types.rb
Overview
The resource is temporarily unavailable to be acted upon. For example, if the resource is currently undergoing an operation and can’t be acted upon until that operation is finished.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
831 832 833 834 835 |
# File 'lib/aws-sdk-cloudcontrolapi/types.rb', line 831 class ResourceConflictException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |