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
10972 10973 10974 10975 10976 |
# File 'lib/aws-sdk-ssm/types.rb', line 10972 class InvalidInventoryRequestException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |