Method: Aws::CloudControlApi::Types::InvalidCredentialsException#message

Defined in:
lib/aws-sdk-cloudcontrolapi/types.rb

#messageString

Returns:

  • (String)


576
577
578
579
580
# File 'lib/aws-sdk-cloudcontrolapi/types.rb', line 576

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