Class: Aws::Panorama::Types::ConflictException

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

Overview

The target resource is in use.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_argumentsArray<Types::ConflictExceptionErrorArgument>

A list of attributes that led to the exception and their values.



133
134
135
136
137
138
139
140
141
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 133

class ConflictException < Struct.new(
  :error_arguments,
  :error_id,
  :message,
  :resource_id,
  :resource_type)
  SENSITIVE = []
  include Aws::Structure
end

#error_idString

A unique ID for the error.

Returns:

  • (String)


133
134
135
136
137
138
139
140
141
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 133

class ConflictException < Struct.new(
  :error_arguments,
  :error_id,
  :message,
  :resource_id,
  :resource_type)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

Returns:

  • (String)


133
134
135
136
137
138
139
140
141
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 133

class ConflictException < Struct.new(
  :error_arguments,
  :error_id,
  :message,
  :resource_id,
  :resource_type)
  SENSITIVE = []
  include Aws::Structure
end

#resource_idString

The resource's ID.

Returns:

  • (String)


133
134
135
136
137
138
139
140
141
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 133

class ConflictException < Struct.new(
  :error_arguments,
  :error_id,
  :message,
  :resource_id,
  :resource_type)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

The resource's type.

Returns:

  • (String)


133
134
135
136
137
138
139
140
141
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 133

class ConflictException < Struct.new(
  :error_arguments,
  :error_id,
  :message,
  :resource_id,
  :resource_type)
  SENSITIVE = []
  include Aws::Structure
end