Class: Aws::ApplicationSignals::Types::BatchDeleteError

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-applicationsignals/types.rb

Overview

Represents an error that occurred when attempting to delete a configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

Error code indicating the type of failure.

Returns:

  • (String)


263
264
265
266
267
268
269
# File 'lib/aws-sdk-applicationsignals/types.rb', line 263

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

#messageString

Descriptive error message.

Returns:

  • (String)


263
264
265
266
267
268
269
# File 'lib/aws-sdk-applicationsignals/types.rb', line 263

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

#resource_arnString

ARN of the configuration that failed to delete.

Returns:

  • (String)


263
264
265
266
267
268
269
# File 'lib/aws-sdk-applicationsignals/types.rb', line 263

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