Class: Aws::SQS::Types::InvalidSecurity
- Inherits:
-
Struct
- Object
- Struct
- Aws::SQS::Types::InvalidSecurity
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sqs/types.rb
Overview
When the request to a queue is not HTTPS and SigV4.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1021 1022 1023 1024 1025 |
# File 'lib/aws-sdk-sqs/types.rb', line 1021 class InvalidSecurity < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |