Class: Aws::SSM::Types::InvalidInventoryRequestException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::InvalidInventoryRequestException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
The request isn’t valid.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
10781 10782 10783 10784 10785 |
# File 'lib/aws-sdk-ssm/types.rb', line 10781 class InvalidInventoryRequestException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |