Class: Aws::MarketplaceEntitlementService::Types::InvalidParameterException
- Inherits:
-
Struct
- Object
- Struct
- Aws::MarketplaceEntitlementService::Types::InvalidParameterException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-marketplaceentitlementservice/types.rb
Overview
One or more parameters in your request was invalid.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
181 182 183 184 185 |
# File 'lib/aws-sdk-marketplaceentitlementservice/types.rb', line 181 class InvalidParameterException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |