Class: Aws::Route53Profiles::Types::ValidationException

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

Overview

You have provided an invalid command.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


959
960
961
962
963
# File 'gems/aws-sdk-route53profiles/lib/aws-sdk-route53profiles/types.rb', line 959

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