Class: Aws::PartnerCentralAccount::Types::ErrorDetail

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

Overview

Contains detailed information about an error that occurred during an operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#localeString

The locale or language code for the error message.

Returns:

  • (String)


1013
1014
1015
1016
1017
1018
1019
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 1013

class ErrorDetail < Struct.new(
  :locale,
  :message,
  :reason)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

A human-readable description of the error.

Returns:

  • (String)


1013
1014
1015
1016
1017
1018
1019
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 1013

class ErrorDetail < Struct.new(
  :locale,
  :message,
  :reason)
  SENSITIVE = []
  include Aws::Structure
end

#reasonString

A machine-readable code or reason for the error.

Returns:

  • (String)


1013
1014
1015
1016
1017
1018
1019
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 1013

class ErrorDetail < Struct.new(
  :locale,
  :message,
  :reason)
  SENSITIVE = []
  include Aws::Structure
end