Class: Aws::Types::BatchPutMessageErrorEntry

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#error_code ⇒ "ResourceNotFoundException", ...

Returns the value of attribute error_code.



109
110
111
# File 'sig/types.rbs', line 109

def error_code
  @error_code
end

#error_message ⇒ ::String

Returns the value of attribute error_message.

Returns:

  • (::String)


110
111
112
# File 'sig/types.rbs', line 110

def error_message
  @error_message
end

#message_id ⇒ ::String

Returns the value of attribute message_id.

Returns:

  • (::String)


108
109
110
# File 'sig/types.rbs', line 108

def message_id
  @message_id
end