Class: Aws::LicenseManager::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::ValidationException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-licensemanager/types.rb
Overview
The provided input is not valid. Try your request again.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
3917 3918 3919 3920 3921 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 3917 class ValidationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |