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
921 922 923 924 925 |
# File 'lib/aws-sdk-cloudcontrolapi/types.rb', line 921 class ResourceConflictException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |