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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb

Overview

Information about an action that returns a custom HTTP response.

Constant Summary collapse

SENSITIVE =
[]

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)


1687
1688
1689
1690
1691
1692
1693
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1687

class FixedResponseActionConfig < Struct.new(
  :message_body,
  :status_code,
  :content_type)
  SENSITIVE = []
  include Aws::Structure
end

#message_bodyString

The message.

Returns:

  • (String)


1687
1688
1689
1690
1691
1692
1693
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1687

class FixedResponseActionConfig < Struct.new(
  :message_body,
  :status_code,
  :content_type)
  SENSITIVE = []
  include Aws::Structure
end

#status_codeString

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

Returns:

  • (String)


1687
1688
1689
1690
1691
1692
1693
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1687

class FixedResponseActionConfig < Struct.new(
  :message_body,
  :status_code,
  :content_type)
  SENSITIVE = []
  include Aws::Structure
end