Class: Aws::Types::EarthObservationJobErrorDetails

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


90
91
92
# File 'sig/types.rbs', line 90

def message
  @message
end

#type"CLIENT_ERROR", "SERVER_ERROR"

Returns the value of attribute type.

Returns:

  • ("CLIENT_ERROR", "SERVER_ERROR")


91
92
93
# File 'sig/types.rbs', line 91

def type
  @type
end