Class: Aws::MarketplaceCatalog::Types::ErrorDetail

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

Overview

Details about the error.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_codeString

The error code that identifies the type of error.

Returns:

  • (String)


1218
1219
1220
1221
1222
1223
# File 'gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb', line 1218

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

#error_messageString

The message for the error.

Returns:

  • (String)


1218
1219
1220
1221
1222
1223
# File 'gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb', line 1218

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