Class: Aws::NimbleStudio::Types::ConflictException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb

Overview

Another operation is in progress.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

A more specific error code.

Returns:

  • (String)


163
164
165
166
167
168
169
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 163

class ConflictException < Struct.new(
  :code,
  :context,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#contextHash<String,String>

The exception context.

Returns:

  • (Hash<String,String>)


163
164
165
166
167
168
169
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 163

class ConflictException < Struct.new(
  :code,
  :context,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

A human-readable description of the error.

Returns:

  • (String)


163
164
165
166
167
168
169
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 163

class ConflictException < Struct.new(
  :code,
  :context,
  :message)
  SENSITIVE = []
  include Aws::Structure
end