Class: Aws::Types::CustomErrorResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#error_caching_min_ttl::Integer

Returns the value of attribute error_caching_min_ttl.

Returns:

  • (::Integer)


822
823
824
# File 'sig/types.rbs', line 822

def error_caching_min_ttl
  @error_caching_min_ttl
end

#error_code::Integer

Returns the value of attribute error_code.

Returns:

  • (::Integer)


819
820
821
# File 'sig/types.rbs', line 819

def error_code
  @error_code
end

#response_code::String

Returns the value of attribute response_code.

Returns:

  • (::String)


821
822
823
# File 'sig/types.rbs', line 821

def response_code
  @response_code
end

#response_page_path::String

Returns the value of attribute response_page_path.

Returns:

  • (::String)


820
821
822
# File 'sig/types.rbs', line 820

def response_page_path
  @response_page_path
end