Class: Aws::MainframeModernization::Types::AccessDeniedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::MainframeModernization::Types::AccessDeniedException
- Defined in:
- gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb
Overview
The account or role doesn't have the right permissions to make the request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
21 22 23 24 25 |
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 21 class AccessDeniedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |