Class: Aws::Types::DistributionCustomErrorResponse

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)


1227
1228
1229
# File 'sig/types.rbs', line 1227

def error_caching_min_ttl
  @error_caching_min_ttl
end

#error_code::Integer

Returns the value of attribute error_code.

Returns:

  • (::Integer)


1224
1225
1226
# File 'sig/types.rbs', line 1224

def error_code
  @error_code
end

#response_code::String

Returns the value of attribute response_code.

Returns:

  • (::String)


1225
1226
1227
# File 'sig/types.rbs', line 1225

def response_code
  @response_code
end

#response_page_path::String

Returns the value of attribute response_page_path.

Returns:

  • (::String)


1226
1227
1228
# File 'sig/types.rbs', line 1226

def response_page_path
  @response_page_path
end