Class: Aws::Types::ServiceQuotaExceededException

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#access_control_allow_origin::String

Returns the value of attribute access_control_allow_origin.

Returns:

  • (::String)


660
661
662
# File 'sig/types.rbs', line 660

def access_control_allow_origin
  @access_control_allow_origin
end

#access_control_expose_headers::String

Returns the value of attribute access_control_expose_headers.

Returns:

  • (::String)


661
662
663
# File 'sig/types.rbs', line 661

def access_control_expose_headers
  @access_control_expose_headers
end

#cache_control::String

Returns the value of attribute cache_control.

Returns:

  • (::String)


662
663
664
# File 'sig/types.rbs', line 662

def cache_control
  @cache_control
end

#content_security_policy::String

Returns the value of attribute content_security_policy.

Returns:

  • (::String)


663
664
665
# File 'sig/types.rbs', line 663

def content_security_policy
  @content_security_policy
end

#exception_message::String

Returns the value of attribute exception_message.

Returns:

  • (::String)


668
669
670
# File 'sig/types.rbs', line 668

def exception_message
  @exception_message
end

#strict_transport_security::String

Returns the value of attribute strict_transport_security.

Returns:

  • (::String)


664
665
666
# File 'sig/types.rbs', line 664

def strict_transport_security
  @strict_transport_security
end

#x_amzn_error_type::String

Returns the value of attribute x_amzn_error_type.

Returns:

  • (::String)


667
668
669
# File 'sig/types.rbs', line 667

def x_amzn_error_type
  @x_amzn_error_type
end

#x_content_type_options::String

Returns the value of attribute x_content_type_options.

Returns:

  • (::String)


665
666
667
# File 'sig/types.rbs', line 665

def x_content_type_options
  @x_content_type_options
end

#x_frame_options::String

Returns the value of attribute x_frame_options.

Returns:

  • (::String)


666
667
668
# File 'sig/types.rbs', line 666

def x_frame_options
  @x_frame_options
end