Class: Aws::ACM::Types::InvalidArgsException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ACM::Types::InvalidArgsException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-acm/types.rb
Overview
One or more of of request parameters specified is not valid.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
894 895 896 897 898 |
# File 'lib/aws-sdk-acm/types.rb', line 894 class InvalidArgsException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |