Class: Aws::KafkaConnect::Types::UnauthorizedException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kafkaconnect/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

#messageString

Returns:

  • (String)


1810
1811
1812
1813
1814
# File 'gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb', line 1810

class UnauthorizedException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end