You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ElasticLoadBalancingV2::Types::FixedResponseActionConfig

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing FixedResponseActionConfig as input to an Aws::Client method, you can use a vanilla Hash:

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

Information about an action that returns a custom HTTP response.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#content_typeString

The content type.

Valid Values: text/plain | text/css | text/html | application/javascript | application/json

Returns:

  • (String)

    The content type.

#message_bodyString

The message.

Returns:

  • (String)

    The message.

#status_codeString

The HTTP response code (2XX, 4XX, or 5XX).

Returns:

  • (String)

    The HTTP response code (2XX, 4XX, or 5XX).