Class: Aws::Types::FailedRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#failure_reason_code"INVALID_ATTRIBUTE_KEY", ...

Returns the value of attribute failure_reason_code.

Returns:

  • ("INVALID_ATTRIBUTE_KEY", "INVALID_CUSTOMER_ENDPOINT", "INVALID_SYSTEM_ENDPOINT", "INVALID_QUEUE", "INVALID_OUTBOUND_STRATEGY", "MISSING_CAMPAIGN", "MISSING_CUSTOMER_ENDPOINT", "MISSING_QUEUE_ID_AND_SYSTEM_ENDPOINT", "REQUEST_THROTTLED", "IDEMPOTENCY_EXCEPTION", "INTERNAL_ERROR")


3914
3915
3916
# File 'sig/types.rbs', line 3914

def failure_reason_code
  @failure_reason_code
end

#failure_reason_message::String

Returns the value of attribute failure_reason_message.

Returns:

  • (::String)


3915
3916
3917
# File 'sig/types.rbs', line 3915

def failure_reason_message
  @failure_reason_message
end

#request_identifier::String

Returns the value of attribute request_identifier.

Returns:

  • (::String)


3913
3914
3915
# File 'sig/types.rbs', line 3913

def request_identifier
  @request_identifier
end