Class: Aws::Evs::Types::ErrorDetail

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

Overview

An object that contains error details for an entitlement.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_codeString

The error code.

Returns:

  • (String)


1088
1089
1090
1091
1092
1093
# File 'lib/aws-sdk-evs/types.rb', line 1088

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

#error_messageString

The error message.

Returns:

  • (String)


1088
1089
1090
1091
1092
1093
# File 'lib/aws-sdk-evs/types.rb', line 1088

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