Class: Aws::LexModelBuildingService::Types::AccessDeniedException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lexmodelbuildingservice/types.rb

Overview

Your IAM user or role does not have permission to call the Amazon Lex V2 APIs required to migrate your bot.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


21
22
23
24
25
# File 'lib/aws-sdk-lexmodelbuildingservice/types.rb', line 21

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