Class: Aws::ACM::Types::ValidationException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb

Overview

The supplied input failed to satisfy constraints of an Amazon Web Services service.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1738
1739
1740
1741
1742
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 1738

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