Class: Aws::FreeTier::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::FreeTier::Types::ValidationException
- Defined in:
- gems/aws-sdk-freetier/lib/aws-sdk-freetier/types.rb
Overview
The input fails to satisfy the constraints specified by an Amazon Web Service.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
260 261 262 263 264 |
# File 'gems/aws-sdk-freetier/lib/aws-sdk-freetier/types.rb', line 260 class ValidationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |