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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


1590
1591
1592
1593
1594
# File 'lib/aws-sdk-acm/types.rb', line 1590

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