class Aws::ElasticLoadBalancingV2::Types::FixedResponseActionConfig

Information about an action that returns a custom HTTP response.

@note When making an API call, you may pass FixedResponseActionConfig

data as a hash:

    {
      message_body: "FixedResponseActionMessage",
      status_code: "FixedResponseActionStatusCode", # required
      content_type: "FixedResponseActionContentType",
    }

@!attribute [rw] message_body

The message.
@return [String]

@!attribute [rw] status_code

The HTTP response code (2XX, 4XX, or 5XX).
@return [String]

@!attribute [rw] content_type

The content type.

Valid Values: text/plain \| text/css \| text/html \|
application/javascript \| application/json
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/FixedResponseActionConfig AWS API Documentation

Constants

SENSITIVE