Class: Aws::ACM::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ACM::Types::ValidationException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-acm/types.rb
Overview
The supplied input failed to satisfy constraints of an Amazon Web Services service.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1605 1606 1607 1608 1609 |
# File 'lib/aws-sdk-acm/types.rb', line 1605 class ValidationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |