Class: Aws::PcaConnectorScep::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::PcaConnectorScep::Types::ValidationException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pcaconnectorscep/types.rb
Overview
An input validation error occurred. For example, invalid characters in a name tag, or an invalid pagination token.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#reason ⇒ String
The reason for the validation error, if available.
Instance Attribute Details
#message ⇒ String
899 900 901 902 903 904 |
# File 'lib/aws-sdk-pcaconnectorscep/types.rb', line 899 class ValidationException < Struct.new( :message, :reason) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
The reason for the validation error, if available. The service doesn’t return a reason for every validation exception.
899 900 901 902 903 904 |
# File 'lib/aws-sdk-pcaconnectorscep/types.rb', line 899 class ValidationException < Struct.new( :message, :reason) SENSITIVE = [] include Aws::Structure end |