Class: Aws::Types::StatusCodes

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#status_2xx::Integer

Returns the value of attribute status_2xx.

Returns:

  • (::Integer)


958
959
960
# File 'sig/types.rbs', line 958

def status_2xx
  @status_2xx
end

#status_3xx::Integer

Returns the value of attribute status_3xx.

Returns:

  • (::Integer)


959
960
961
# File 'sig/types.rbs', line 959

def status_3xx
  @status_3xx
end

#status_4xx::Integer

Returns the value of attribute status_4xx.

Returns:

  • (::Integer)


960
961
962
# File 'sig/types.rbs', line 960

def status_4xx
  @status_4xx
end

#status_5xx::Integer

Returns the value of attribute status_5xx.

Returns:

  • (::Integer)


961
962
963
# File 'sig/types.rbs', line 961

def status_5xx
  @status_5xx
end