Class: Aws::AccountAccess::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::AccountAccess::Types::ValidationException
- Defined in:
- gems/aws-sdk-accountaccess/lib/aws-sdk-accountaccess/types.rb
Overview
The input does not satisfy the constraints specified by the service. Check your request parameters and retry the request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
917 918 919 920 921 |
# File 'gems/aws-sdk-accountaccess/lib/aws-sdk-accountaccess/types.rb', line 917 class ValidationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |