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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-marketplacecatalog/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 'gems/aws-sdk-marketplacecatalog/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 'gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb', line 226

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