Class: Aws::ManagedBlockchain::Types::IllegalActionException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedBlockchain::Types::IllegalActionException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-managedblockchain/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
793 794 795 796 797 |
# File 'lib/aws-sdk-managedblockchain/types.rb', line 793 class IllegalActionException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |