Class: Aws::LexModelBuildingService::Types::AccessDeniedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelBuildingService::Types::AccessDeniedException
- Defined in:
- gems/aws-sdk-lexmodelbuildingservice/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
#message ⇒ String
21 22 23 24 25 |
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 21 class AccessDeniedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |