Class: Aws::VPCLattice::Types::FixedResponseAction
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::FixedResponseAction
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-vpclattice/types.rb
Overview
Describes an action that returns a custom HTTP response.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#status_code ⇒ Integer
The HTTP response code.
Instance Attribute Details
#status_code ⇒ Integer
The HTTP response code. Only ‘404` and `500` status codes are supported.
1918 1919 1920 1921 1922 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 1918 class FixedResponseAction < Struct.new( :status_code) SENSITIVE = [] include Aws::Structure end |