Class: Aws::Types::FailedProfileOutboundRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


299
300
301
# File 'sig/types.rbs', line 299

def client_token
  @client_token
end

#failure_code"UnknownError", ...

Returns the value of attribute failure_code.

Returns:

  • ("UnknownError", "ResourceNotFound", "Conflict", "RequestThrottled", "InvalidInput")


301
302
303
# File 'sig/types.rbs', line 301

def failure_code
  @failure_code
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


300
301
302
# File 'sig/types.rbs', line 300

def id
  @id
end