Class: Aws::ACM::Types::InvalidParameterException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ACM::Types::InvalidParameterException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-acm/types.rb
Overview
An input parameter was invalid.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
935 936 937 938 939 |
# File 'lib/aws-sdk-acm/types.rb', line 935 class InvalidParameterException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |