Class: Aws::ManagedBlockchain::Types::InvalidRequestException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedBlockchain::Types::InvalidRequestException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-managedblockchain/types.rb
Overview
The action or operation requested is invalid. Verify that the action is typed correctly.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
814 815 816 817 818 |
# File 'lib/aws-sdk-managedblockchain/types.rb', line 814 class InvalidRequestException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |