Class: Aws::GameSparks::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameSparks::Types::ValidationException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-gamesparks/types.rb
Overview
One of the parameters in the request is invalid.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1861 1862 1863 1864 1865 |
# File 'lib/aws-sdk-gamesparks/types.rb', line 1861 class ValidationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |