Class: Aws::MarketplaceCatalog::Types::BatchDescribeErrorDetail

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

Overview

An object that contains an error code and error message.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_codeString

The error code returned.

Returns:

  • (String)


226
227
228
229
230
231
# File 'lib/aws-sdk-marketplacecatalog/types.rb', line 226

class BatchDescribeErrorDetail < Struct.new(
  :error_code,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end

#error_messageString

The error message returned.

Returns:

  • (String)


226
227
228
229
230
231
# File 'lib/aws-sdk-marketplacecatalog/types.rb', line 226

class BatchDescribeErrorDetail < Struct.new(
  :error_code,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end