Class: Aws::NimbleStudio::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::NimbleStudio::Types::ConflictException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-nimblestudio/types.rb
Overview
Another operation is in progress.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#code ⇒ String
A more specific error code.
-
#context ⇒ Hash<String,String>
The exception context.
-
#message ⇒ String
A human-readable description of the error.
Instance Attribute Details
#code ⇒ String
A more specific error code.
163 164 165 166 167 168 169 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 163 class ConflictException < Struct.new( :code, :context, :message) SENSITIVE = [] include Aws::Structure end |
#context ⇒ Hash<String,String>
The exception context.
163 164 165 166 167 168 169 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 163 class ConflictException < Struct.new( :code, :context, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
A human-readable description of the error.
163 164 165 166 167 168 169 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 163 class ConflictException < Struct.new( :code, :context, :message) SENSITIVE = [] include Aws::Structure end |