Class: Aws::ACM::Types::FailureDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::ACM::Types::FailureDetails
- Defined in:
- gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb
Overview
Contains details about a failure.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
A message describing the failure.
-
#reason ⇒ String
The reason for the failure.
Instance Attribute Details
#message ⇒ String
A message describing the failure.
2105 2106 2107 2108 2109 2110 |
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 2105 class FailureDetails < Struct.new( :reason, :message) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
The reason for the failure.
2105 2106 2107 2108 2109 2110 |
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 2105 class FailureDetails < Struct.new( :reason, :message) SENSITIVE = [] include Aws::Structure end |