Class: Aws::KafkaConnect::Types::UnauthorizedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::KafkaConnect::Types::UnauthorizedException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kafkaconnect/types.rb
Overview
HTTP Status Code 401: Unauthorized request. The provided credentials couldn’t be validated.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1810 1811 1812 1813 1814 |
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 1810 class UnauthorizedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |