Class: Aws::ACMPCA::Types::RequestFailedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ACMPCA::Types::RequestFailedException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-acmpca/types.rb
Overview
The request has failed for an unspecified reason.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2278 2279 2280 2281 2282 |
# File 'lib/aws-sdk-acmpca/types.rb', line 2278 class RequestFailedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |