Class: Aws::ManagedBlockchainQuery::Types::AccessDeniedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedBlockchainQuery::Types::AccessDeniedException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-managedblockchainquery/types.rb
Overview
The Amazon Web Services account doesn’t have access to this resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The container for the exception message.
Instance Attribute Details
#message ⇒ String
The container for the exception message.
21 22 23 24 25 |
# File 'lib/aws-sdk-managedblockchainquery/types.rb', line 21 class AccessDeniedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |