Class: Aws::ACMPCA::Types::RequestFailedException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-acmpca/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

#messageString

Returns:

  • (String)


2282
2283
2284
2285
2286
# File 'gems/aws-sdk-acmpca/lib/aws-sdk-acmpca/types.rb', line 2282

class RequestFailedException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end