Class: Aws::Types::RestApiClientException

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:rest_api_response])

Instance Attribute Summary collapse

Instance Attribute Details

#rest_api_response ⇒ Object

Returns the value of attribute rest_api_response.

Returns:

  • (Object)


250
251
252
# File 'sig/types.rbs', line 250

def rest_api_response
  @rest_api_response
end

#rest_api_status_code ⇒ ::Integer

Returns the value of attribute rest_api_status_code.

Returns:

  • (::Integer)


249
250
251
# File 'sig/types.rbs', line 249

def rest_api_status_code
  @rest_api_status_code
end