Class: Aws::ComputeOptimizer::Types::MissingAuthenticationToken
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComputeOptimizer::Types::MissingAuthenticationToken
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-computeoptimizer/types.rb
Overview
The request must contain either a valid (registered) Amazon Web Services access key ID or X.509 certificate.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
5066 5067 5068 5069 5070 |
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 5066 class MissingAuthenticationToken < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |