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

#client_token ⇒ ::String

Returns the value of attribute client_token.

Returns:

  • (::String)


138
139
140
# File 'sig/types.rbs', line 138

def client_token
  @client_token
end

#failure_code ⇒ "InvalidInput", ...

Returns the value of attribute failure_code.

Returns:

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


140
141
142
# File 'sig/types.rbs', line 140

def failure_code
  @failure_code
end

#id ⇒ ::String

Returns the value of attribute id.

Returns:

  • (::String)


139
140
141
# File 'sig/types.rbs', line 139

def id
  @id
end